home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / sccs.arc / DEMO.SCC < prev    next >
Encoding:
Text File  |  1985-12-10  |  384 b   |  18 lines

  1. /*
  2.         demo.c - a nothing program to demonstrate the use of
  3.         hdiff, edlin, cdelta, and cget.
  4.  
  5.         Author: C.J. Dunford  11/24/84
  6.  
  7. */
  8.  
  9. #include "stdio.h"
  10.  
  11. main()
  12. {
  13. char *version = "Demo 1.00  11-24-84\n");
  14.  
  15.         printf("%s", version);
  16.         printf("Hello world\n");
  17. }
  18.